{ "version": 4, "terraform_version": "1.7.8", "serial": 185, "lineage": "5e6f56d4-2ff7-ba34-fa78-a781bc92a125", "outputs": { "db_endpoint": { "value": "db-1.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-14c70f8bf303745af", "ami": "ami-0ecaf9d4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d394e5c2"], "subnet_id": "subnet-463c64dd", "key_name": "prod-deploy-key" } } ] } ] }