{ "version": 4, "terraform_version": "1.5.2", "serial": 395, "lineage": "2f81fabc-9083-f946-55a8-9bd65465ebb8", "outputs": { "db_endpoint": { "value": "db-4.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-f1093e40ebd969a8e", "ami": "ami-708da463", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a54cbb0a"], "subnet_id": "subnet-97ff25e1", "key_name": "prod-deploy-key" } } ] } ] }