{ "version": 4, "terraform_version": "1.5.4", "serial": 550, "lineage": "df9ed256-d2d7-0a52-3c98-b887d03c2a09", "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-7bc12d6ecfcb743ca", "ami": "ami-b1aebee7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4744ee28"], "subnet_id": "subnet-f940a384", "key_name": "prod-deploy-key" } } ] } ] }