{ "version": 4, "terraform_version": "1.7.5", "serial": 363, "lineage": "fd603ac5-a532-db65-964a-0518947b9048", "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-5752a66f2ba50c252", "ami": "ami-1ffd80c2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-403b859b"], "subnet_id": "subnet-40b1c863", "key_name": "prod-deploy-key" } } ] } ] }