{ "version": 4, "terraform_version": "1.5.3", "serial": 228, "lineage": "82d0bf48-76eb-9a62-b1b0-045086aa6016", "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-b4b8f39ba54be39e7", "ami": "ami-7daad63a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-af9d2daa"], "subnet_id": "subnet-b406523c", "key_name": "prod-deploy-key" } } ] } ] }