{ "version": 4, "terraform_version": "1.5.5", "serial": 483, "lineage": "09ca91cd-7fb8-4b12-a6d3-1ab72748caad", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-ba5f6d0de469bcf3e", "ami": "ami-a23a5fee", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-30052f62"], "subnet_id": "subnet-d6457207", "key_name": "prod-deploy-key" } } ] } ] }