{ "version": 4, "terraform_version": "1.6.9", "serial": 116, "lineage": "6679572e-f995-4239-c74c-d841c4962af3", "outputs": { "db_endpoint": { "value": "db-2.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-e90e3e58f8cdf8689", "ami": "ami-e2362a7f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-aa653e39"], "subnet_id": "subnet-52f85681", "key_name": "prod-deploy-key" } } ] } ] }