{ "version": 4, "terraform_version": "1.7.8", "serial": 314, "lineage": "2c17a493-cae2-9126-827f-b2f4109c8c5b", "outputs": { "db_endpoint": { "value": "db-2.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-cb8751278c643353e", "ami": "ami-e29a26eb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4dd73575"], "subnet_id": "subnet-39fcf32b", "key_name": "prod-deploy-key" } } ] } ] }