{ "version": 4, "terraform_version": "1.8.4", "serial": 405, "lineage": "ee77ba05-8a07-87a9-3efc-594f0b87e799", "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-aa8f8e2587cb16b38", "ami": "ami-ef82e5f3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8955e9ec"], "subnet_id": "subnet-9f3e5855", "key_name": "prod-deploy-key" } } ] } ] }