{ "version": 4, "terraform_version": "1.7.7", "serial": 196, "lineage": "02503939-0ea2-5d7a-e2b1-a587373e4d1c", "outputs": { "db_endpoint": { "value": "db-0.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-0f693ce28fcd732f0", "ami": "ami-dc78d38c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1c3a9de4"], "subnet_id": "subnet-3706e485", "key_name": "prod-deploy-key" } } ] } ] }