{ "version": 4, "terraform_version": "1.7.7", "serial": 591, "lineage": "3959e34a-1b7c-996e-1428-ef4bab66844e", "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-97608fae86c22d1e5", "ami": "ami-5902c8d6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ada1759e"], "subnet_id": "subnet-7eaacb69", "key_name": "prod-deploy-key" } } ] } ] }