{ "version": 4, "terraform_version": "1.7.2", "serial": 549, "lineage": "a483d684-9426-927b-34dd-cf838bb2f2f2", "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-384526760a3b0c4b3", "ami": "ami-254216a8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c19b9c35"], "subnet_id": "subnet-86b996b9", "key_name": "prod-deploy-key" } } ] } ] }