{ "version": 4, "terraform_version": "1.6.9", "serial": 223, "lineage": "3792ac3d-44b1-5e05-db98-c2fef2c0af86", "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-f9759367868cb240a", "ami": "ami-fb1931ef", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d5c8b552"], "subnet_id": "subnet-297098e6", "key_name": "prod-deploy-key" } } ] } ] }