{ "version": 4, "terraform_version": "1.7.4", "serial": 450, "lineage": "4486b0af-e3dc-9c29-8fbc-788de217ec79", "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-18efbdb490626eb2e", "ami": "ami-638118ef", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-307c38c8"], "subnet_id": "subnet-3f0ccc32", "key_name": "prod-deploy-key" } } ] } ] }