{ "version": 4, "terraform_version": "1.5.8", "serial": 103, "lineage": "e4dbe648-c66f-84a2-9f78-5471a5538bfc", "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-5d2525a9884db5082", "ami": "ami-e18e2354", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a22e341e"], "subnet_id": "subnet-6a024e60", "key_name": "prod-deploy-key" } } ] } ] }