{ "version": 4, "terraform_version": "1.5.2", "serial": 295, "lineage": "0c81a1b7-cc7b-4529-ba09-0187b3e51aa0", "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-160186d62116f9d74", "ami": "ami-836072b9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f9796daf"], "subnet_id": "subnet-d95b2fb3", "key_name": "prod-deploy-key" } } ] } ] }