{ "version": 4, "terraform_version": "1.7.0", "serial": 488, "lineage": "fecb0473-ff08-44df-24f0-034f3ff8e032", "outputs": { "db_endpoint": { "value": "db-0.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-76859360447d24100", "ami": "ami-e8554a33", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-55032cde"], "subnet_id": "subnet-d07bdb44", "key_name": "prod-deploy-key" } } ] } ] }