{ "version": 4, "terraform_version": "1.7.9", "serial": 541, "lineage": "5e23752e-6b03-0f95-928c-927c9eabcf1a", "outputs": { "db_endpoint": { "value": "db-0.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-7b7ddbc86f52694e3", "ami": "ami-daeacc59", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a12303f8"], "subnet_id": "subnet-48552e7e", "key_name": "prod-deploy-key" } } ] } ] }