{ "version": 4, "terraform_version": "1.7.0", "serial": 160, "lineage": "35bb8bc0-76be-b284-a8a2-9ba04c4be8b7", "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-8e88fce52da5bf2ed", "ami": "ami-c943e9c0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-afae6b27"], "subnet_id": "subnet-0751b0ef", "key_name": "prod-deploy-key" } } ] } ] }