{ "version": 4, "terraform_version": "1.6.8", "serial": 433, "lineage": "cc23bf8f-a6e7-2e67-8cce-82161806da4c", "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-adcb7275a78ab9be0", "ami": "ami-533e5eb7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a20c0f9c"], "subnet_id": "subnet-31a014d0", "key_name": "prod-deploy-key" } } ] } ] }