{ "version": 4, "terraform_version": "1.5.4", "serial": 578, "lineage": "99f14dd8-1739-11a1-6e1f-d3107d0b4fc8", "outputs": { "db_endpoint": { "value": "db-4.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-0d109cf661f47b300", "ami": "ami-15f3332f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cc5598d3"], "subnet_id": "subnet-ad073279", "key_name": "prod-deploy-key" } } ] } ] }