{ "version": 4, "terraform_version": "1.6.6", "serial": 366, "lineage": "3ce1ba96-2f52-c168-773b-98c49733087d", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-c71ad6dc657d02b18", "ami": "ami-e006d4b6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1fa0961b"], "subnet_id": "subnet-e20a90ae", "key_name": "prod-deploy-key" } } ] } ] }