{ "version": 4, "terraform_version": "1.7.9", "serial": 477, "lineage": "64d9bb01-d83d-0c41-ba59-849136ddd942", "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-5f995631d5e313db7", "ami": "ami-fad7bf77", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b25b2aa1"], "subnet_id": "subnet-1ed16a28", "key_name": "prod-deploy-key" } } ] } ] }