{ "version": 4, "terraform_version": "1.6.5", "serial": 354, "lineage": "b12567ec-21d8-1deb-3f03-0ced8055d3c3", "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-2d7c0d8d4cd060378", "ami": "ami-8ee97e97", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a2220bdd"], "subnet_id": "subnet-a95958ae", "key_name": "prod-deploy-key" } } ] } ] }