{ "version": 4, "terraform_version": "1.8.0", "serial": 205, "lineage": "006e9748-140f-8800-94d9-18b1cc0e4ce6", "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-df60952417dc7fa72", "ami": "ami-c74ed46c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7a9aa84f"], "subnet_id": "subnet-ee0e21ae", "key_name": "prod-deploy-key" } } ] } ] }