{ "version": 4, "terraform_version": "1.7.3", "serial": 446, "lineage": "82b81f66-1f25-b18c-050a-a16210483627", "outputs": { "db_endpoint": { "value": "db-4.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-1c2c8759e29843c8c", "ami": "ami-f11fa5ff", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e7efa174"], "subnet_id": "subnet-6abf28d9", "key_name": "prod-deploy-key" } } ] } ] }