{ "version": 4, "terraform_version": "1.5.1", "serial": 263, "lineage": "7e6d5b39-7268-37bb-97b3-40f6bb53cd33", "outputs": { "db_endpoint": { "value": "db-1.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-545500da89e7f9388", "ami": "ami-f2e5f1d7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6984c9b8"], "subnet_id": "subnet-49fcf84b", "key_name": "prod-deploy-key" } } ] } ] }