{ "version": 4, "terraform_version": "1.5.1", "serial": 334, "lineage": "3662b277-daaf-c4c3-0dc6-9cfcf8af77cb", "outputs": { "db_endpoint": { "value": "db-0.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-17572bbb3b3598533", "ami": "ami-45315959", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c7f987c6"], "subnet_id": "subnet-cdc07b88", "key_name": "prod-deploy-key" } } ] } ] }