{ "version": 4, "terraform_version": "1.5.3", "serial": 561, "lineage": "e19de1c0-2f07-b46a-b188-9d42ce68e1e6", "outputs": { "db_endpoint": { "value": "db-3.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-ea67906cd5443aab6", "ami": "ami-18ac72ab", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-30d05926"], "subnet_id": "subnet-43a1ff16", "key_name": "prod-deploy-key" } } ] } ] }