{ "version": 4, "terraform_version": "1.8.0", "serial": 249, "lineage": "fdaf0d1b-af3b-c2f6-ecab-48a843d1efca", "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-4693bafd91c25222b", "ami": "ami-0c8d7738", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c09867f5"], "subnet_id": "subnet-6e65ad71", "key_name": "prod-deploy-key" } } ] } ] }