{ "version": 4, "terraform_version": "1.7.6", "serial": 496, "lineage": "c1293690-fc1e-7c53-84df-37b0cd3ecdac", "outputs": { "db_endpoint": { "value": "db-2.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-1c86b74d55030d087", "ami": "ami-725bec9e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-149678de"], "subnet_id": "subnet-91ba2ab3", "key_name": "prod-deploy-key" } } ] } ] }