{ "version": 4, "terraform_version": "1.7.7", "serial": 309, "lineage": "5affcdbf-0011-886c-cb7e-aa5c3737f409", "outputs": { "db_endpoint": { "value": "db-4.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-7c95af19d646f3f4b", "ami": "ami-b32e46d1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4348165d"], "subnet_id": "subnet-ae484628", "key_name": "prod-deploy-key" } } ] } ] }