{ "version": 4, "terraform_version": "1.5.6", "serial": 408, "lineage": "029e1634-f619-d2c2-cfaa-4effb7d5dad8", "outputs": { "db_endpoint": { "value": "db-0.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-e00ac85aa8a797d86", "ami": "ami-c5dd8425", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8b7bcfcb"], "subnet_id": "subnet-faf2a71e", "key_name": "prod-deploy-key" } } ] } ] }