{ "version": 4, "terraform_version": "1.7.3", "serial": 435, "lineage": "b4e97791-2b6e-9d5f-a6d8-e83f6b493e92", "outputs": { "db_endpoint": { "value": "db-4.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-0461dc61ed4e7ccc7", "ami": "ami-0b6c100e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b631eb2d"], "subnet_id": "subnet-16a8b84b", "key_name": "prod-deploy-key" } } ] } ] }