{ "version": 4, "terraform_version": "1.5.5", "serial": 361, "lineage": "9db76134-3155-9791-ba79-b68415b5ebc7", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-5cdc52bcc74a6e5f2", "ami": "ami-06fedd53", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d491cc43"], "subnet_id": "subnet-f63c6866", "key_name": "prod-deploy-key" } } ] } ] }