{ "version": 4, "terraform_version": "1.8.5", "serial": 130, "lineage": "9aa1dfd9-801d-0281-9a11-fecc879903f4", "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-f39b8bf3cdf02f60f", "ami": "ami-43c0f34a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-195c550d"], "subnet_id": "subnet-c518a74e", "key_name": "prod-deploy-key" } } ] } ] }