{ "version": 4, "terraform_version": "1.8.3", "serial": 253, "lineage": "4c31f3d2-4ec6-2aab-976a-5faf3bfa2dea", "outputs": { "db_endpoint": { "value": "db-1.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-26a72424f72e3d80d", "ami": "ami-def1ddb1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9407e37e"], "subnet_id": "subnet-022835b2", "key_name": "prod-deploy-key" } } ] } ] }