{ "version": 4, "terraform_version": "1.8.0", "serial": 203, "lineage": "7a8c3950-bd5f-95a4-51d7-47c2653469eb", "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-ca7db752522b0cdbb", "ami": "ami-7e47e913", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ec2af386"], "subnet_id": "subnet-cc4e6524", "key_name": "prod-deploy-key" } } ] } ] }