{ "version": 4, "terraform_version": "1.8.5", "serial": 279, "lineage": "34c1377e-462f-b24f-5439-ea567f8d9b06", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-8638b3cb1b633ce59", "ami": "ami-b027ff36", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-285a73f0"], "subnet_id": "subnet-65483d2b", "key_name": "prod-deploy-key" } } ] } ] }