{ "version": 4, "terraform_version": "1.5.9", "serial": 400, "lineage": "098e62df-cc34-649b-5535-c44794e48d51", "outputs": { "db_endpoint": { "value": "db-1.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-bda47af644fe45553", "ami": "ami-9df67ee6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b5ac6252"], "subnet_id": "subnet-73d51fbc", "key_name": "prod-deploy-key" } } ] } ] }