{ "version": 4, "terraform_version": "1.5.5", "serial": 260, "lineage": "8d6901d4-4ca4-1c5b-09b4-7f0a1ec51bf2", "outputs": { "db_endpoint": { "value": "db-0.eu-west-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-659651720054f7cb8", "ami": "ami-949970e6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f0501544"], "subnet_id": "subnet-894ab8b1", "key_name": "prod-deploy-key" } } ] } ] }