{ "version": 4, "terraform_version": "1.6.3", "serial": 297, "lineage": "c1e5cbad-466f-6f76-57d6-6abdb1d883d4", "outputs": { "db_endpoint": { "value": "db-3.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-8166e084a6adf59bf", "ami": "ami-b05db14f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5caef88c"], "subnet_id": "subnet-b26c36b5", "key_name": "prod-deploy-key" } } ] } ] }