{ "version": 4, "terraform_version": "1.8.9", "serial": 432, "lineage": "b2adf99f-aeda-0e9e-4950-fd11bed599df", "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-36b0c7a387f45412b", "ami": "ami-5152e29c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-69db79a7"], "subnet_id": "subnet-0533701f", "key_name": "prod-deploy-key" } } ] } ] }