{ "version": 4, "terraform_version": "1.6.5", "serial": 384, "lineage": "ae53f9f4-8bf3-cdcd-a0f1-78de158ef12e", "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-d183d3f7fa5af5368", "ami": "ami-2daf6ac5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8bff124f"], "subnet_id": "subnet-10686bfb", "key_name": "prod-deploy-key" } } ] } ] }