{ "version": 4, "terraform_version": "1.6.4", "serial": 148, "lineage": "0b5d847f-0fba-7b93-a4b9-a2848c57bcc7", "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-847d1c5be1213dcaa", "ami": "ami-e80e5ce4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9ec8173a"], "subnet_id": "subnet-2897a00f", "key_name": "prod-deploy-key" } } ] } ] }