{ "version": 4, "terraform_version": "1.8.0", "serial": 570, "lineage": "c1b3d900-bd41-c1a8-6db8-230e66f59633", "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-bf94aa09118a328bf", "ami": "ami-6140cbfc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a7754cda"], "subnet_id": "subnet-d3196db9", "key_name": "prod-deploy-key" } } ] } ] }