{ "version": 4, "terraform_version": "1.5.3", "serial": 233, "lineage": "8d507a5c-bc4a-7463-bc00-feca7b9c1d2a", "outputs": { "db_endpoint": { "value": "db-0.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-6580502825b1ce815", "ami": "ami-2e1323ee", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-95877436"], "subnet_id": "subnet-6f2cb037", "key_name": "prod-deploy-key" } } ] } ] }