{ "version": 4, "terraform_version": "1.7.2", "serial": 350, "lineage": "3f6f4041-d891-c36a-e09c-ebafa329658d", "outputs": { "db_endpoint": { "value": "db-2.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-aae422539fa75bce9", "ami": "ami-a6756392", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9d513fae"], "subnet_id": "subnet-94f003e7", "key_name": "prod-deploy-key" } } ] } ] }