{ "version": 4, "terraform_version": "1.7.2", "serial": 323, "lineage": "d21adfeb-806f-b8f3-f0bb-66dc08ccebc1", "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-c4b413835113c8cbc", "ami": "ami-fa8af767", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a66c0fd1"], "subnet_id": "subnet-9ffd0f10", "key_name": "prod-deploy-key" } } ] } ] }