{ "version": 4, "terraform_version": "1.8.6", "serial": 277, "lineage": "c28747e2-6d8e-2c82-2a65-5e48993cbeb3", "outputs": { "db_endpoint": { "value": "db-3.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-06dc7572c256feb9d", "ami": "ami-40a92036", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-30cd7fc9"], "subnet_id": "subnet-66064ae2", "key_name": "prod-deploy-key" } } ] } ] }