{ "version": 4, "terraform_version": "1.8.3", "serial": 449, "lineage": "7ec51ed3-7750-e3f5-7eee-6e6bbca3ccb9", "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-865f2cebfb9a84a75", "ami": "ami-31239b0c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-29460ad2"], "subnet_id": "subnet-8093c9bc", "key_name": "prod-deploy-key" } } ] } ] }