{ "version": 4, "terraform_version": "1.5.8", "serial": 176, "lineage": "3c9d3b8c-32e5-4751-f5ea-677ceeed12ca", "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-9e780fc924bf0ae1a", "ami": "ami-7416d9bd", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-91cf5e91"], "subnet_id": "subnet-39d9b692", "key_name": "prod-deploy-key" } } ] } ] }