{ "version": 4, "terraform_version": "1.5.9", "serial": 430, "lineage": "6d5a611a-4e51-fc15-1b42-afa2d8bdb378", "outputs": { "db_endpoint": { "value": "db-2.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-2ee380030b712af6f", "ami": "ami-65a93813", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-17d2d34b"], "subnet_id": "subnet-ea0f30b5", "key_name": "prod-deploy-key" } } ] } ] }