{ "version": 4, "terraform_version": "1.8.9", "serial": 442, "lineage": "1ff69fae-5fc7-1d6c-df0b-bf5add11a1e8", "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-ca7a565b775da14f1", "ami": "ami-c8e3fa88", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-80f457f2"], "subnet_id": "subnet-c3462bc4", "key_name": "prod-deploy-key" } } ] } ] }