{ "version": 4, "terraform_version": "1.7.7", "serial": 358, "lineage": "80a6b3f2-1c24-c65d-16e6-c32c24965152", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-d79afe8da12fe5c84", "ami": "ami-f51a17e1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3d67bbc0"], "subnet_id": "subnet-ab3ccfcb", "key_name": "prod-deploy-key" } } ] } ] }