{ "version": 4, "terraform_version": "1.6.0", "serial": 120, "lineage": "6866f3f3-f0f9-2241-c459-8f59af095f66", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-125d5fe776993fc97", "ami": "ami-0dae21b7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-db667753"], "subnet_id": "subnet-11d2ffa5", "key_name": "prod-deploy-key" } } ] } ] }