{ "version": 4, "terraform_version": "1.5.0", "serial": 142, "lineage": "d2d751ca-2144-cb00-ae3b-8ffa6d814376", "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-edf698710e42a1d00", "ami": "ami-162b14d1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5eb95f18"], "subnet_id": "subnet-5cc8fd17", "key_name": "prod-deploy-key" } } ] } ] }