{ "version": 4, "terraform_version": "1.8.0", "serial": 572, "lineage": "5452566a-70c9-0625-c158-9c28afb7f0ce", "outputs": { "db_endpoint": { "value": "db-3.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-a3b014bcfd9cde6a9", "ami": "ami-f8cdb9ce", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e1921803"], "subnet_id": "subnet-66d702d9", "key_name": "prod-deploy-key" } } ] } ] }