{ "version": 4, "terraform_version": "1.5.4", "serial": 414, "lineage": "2fab414c-ea30-e6b4-e2d9-095aa5155909", "outputs": { "db_endpoint": { "value": "db-3.eu-west-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-b73d1dd8e0f399629", "ami": "ami-20f992b7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-66727e46"], "subnet_id": "subnet-94f60672", "key_name": "prod-deploy-key" } } ] } ] }