{ "version": 4, "terraform_version": "1.7.4", "serial": 196, "lineage": "ee7347f4-8520-a02d-60bb-dbea9c038cd4", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-bf9e8f9e7b5acf89e", "ami": "ami-c76ba2ae", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a28ed25d"], "subnet_id": "subnet-47134d18", "key_name": "prod-deploy-key" } } ] } ] }