{ "version": 4, "terraform_version": "1.7.2", "serial": 242, "lineage": "7c877e1b-781b-5a28-d76c-050f1ffd0e68", "outputs": { "db_endpoint": { "value": "db-1.us-east-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-b8caf5f2a66b9c70c", "ami": "ami-8a332003", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6776ad73"], "subnet_id": "subnet-30c7e566", "key_name": "prod-deploy-key" } } ] } ] }